home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Uninvited Press Kit
/
THE UNINVITED.iso
/
pc
/
program.dxr
/
Internal_37_Video Return.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-12-30
|
258 b
|
14 lines
global gTrailerRtrn
on exitFrame
if sprite(115).movieRate = 0 then
repeat with i = 1 to gTrailerRtrn.count
trailerReturn = getAt(gTrailerRtrn, i)
go(trailerReturn)
end repeat
gTrailerRtrn = []
else
go(the frame)
end if
end